Appliance Health Database Info

Appliance Health Database Info
Appliance Health Database Info

This schema is deprecated as of vSphere API 9.1.0.0.

The Appliance Health Database Info schema contains information about the health of the the database.

This schema was added in vSphere API 7.0.0.1.

JSON Example
{
    "status": "string",
    "messages": [
        {
            "severity": "string",
            "message": {
                "id": "string",
                "default_message": "string",
                "args": [
                    "string"
                ],
                "params": {
                    "params": {
                        "s": "string",
                        "dt": "string",
                        "i": 0,
                        "d": "number",
                        "l": "Vapi Std NestedLocalizableMessage Object",
                        "format": "string",
                        "precision": 0
                    }
                },
                "localized": "string"
            }
        }
    ]
}
string
status
Required

This property is deprecated as of vSphere API 9.1.0.0.

Database health status

For more information see: Appliance Health Database Info Status.

This property was added in vSphere API 7.0.0.1.

messages
Required

This property is deprecated as of vSphere API 9.1.0.0.

Messages describing any issues with the database, along with their severity.

This property was added in vSphere API 7.0.0.1.

Deprecated